/*common styles*/

.hidden {
    display: none;
}

.vallignTop {
    vertical-align: top !important;
}

.vallignMiddle {
    vertical-align: middle !important;
}

.vallignBottom {
    vertical-align: bottom !important;
}

.allignRight {
    text-align: right;
}

.allignLeft {
    text-align: left;
}

.allignCenter {
    text-align: center !important;
}



.margin0 {
    margin: 0px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop60 {
    margin-top: 60px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginRight0 {
    margin-left: 0px !important;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight30 {
    margin-right: 30px;
}

.padding0 {
    padding: 0px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.paddingLeft2 {
    padding-left: 2px;
}

.paddingLeft5 {
    padding-left: 5px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingLeft35 {
    padding-left: 35px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingRight0 {
    padding-right: 0px;
}

.paddingRight5 {
    padding-right: 5px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingRight40 {
    padding-right: 40px;
}

.displayNone {
    display: none;
}

.bold {
    font-weight: bold !important;
}


.positionRelative {
    position: relative;
}

.positionTopLeft {
    position: absolute;
    top: 0px;
    left: 0px;
}

.positionBottomLeft {
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.inlineBlock {
    display: inline-block;
    vertical-align: middle !important;
}

.marginAuto {
    margin: auto !important;
}
/*Common Styles*/

/*Header*/

.flagImage {
    transition: opacity 0.4s;
}

    .flagImage:hover {
        opacity: 0.6;
    }

.flagImageFaded {
    opacity: 0.6;
    transition: opacity 0.4s;
}

    .flagImageFaded:hover {
        opacity: 1;
    }

header {
    padding-top: 10px;
    padding-bottom: 10px;
    /*position:fixed;*/
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 10001;
}

.logosCell {
    padding-right: 0px;
}


.navCell {
    padding-left: 0px;
}

.sliderSection {
    padding-top: 120px;
}

.topicSection {
    /*padding-top: 120px;*/
    background: url(../../img/dls-slider.jpg) 50% 50%;
    background-size: cover;
    padding-bottom: 30px;
    min-height: 62.8vh;
    position: relative;
}

.headerTitle {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.headerSubtitle {
    color: #999999;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.searchCell {
    text-align: right;
}

.searchForm {
    margin: 0px;
    padding-right: 0px;
    border-bottom: solid 1px #cccccc;
}

.searchBlock {
    display: inline-block;
    margin-right: -4px;
    vertical-align: text-top !important;
}

.searchField {
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    width: 300px;
    height: 32px;
    border: 0px;
}

.searchButton {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    outline: none;
    border: 0px;
}

.fa-search {
    color: #d4d4d4;
    transition: color 0.4s;
}

.searchButton:hover .fa-search {
    color: #f8ac11;
}

.navbar {
    min-height: 30px;
    padding-bottom: 0px;
    min-height: 88px;
    position: relative;
}

.nav {
    padding-top: 5px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .nav {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}





.logoCyCell {
    padding-right: 0px;
}

.headerTextCell {
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 20px;
}

.logoDLSCell {
    padding-top: 20px;
    padding-left: 0px;
}



.captionHolder {
    position: absolute;
    text-align: center;
    top: 34%;
    width: 100%;
    margin: auto;
}

.cameraTitle h1 {
    font-size: 42px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
}

.cameraSubtitle {
    font-size: 20px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}


.cameraButton {
    margin-top: 60px;
}

    .cameraButton a {
        border-radius: 5px;
        background-color: #ffffff;
        color: #2c4c83;
        font-size: 14px;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
        padding-top: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
        transition: background-color 0.2s;
        text-transform: uppercase;
    }

        .cameraButton a:hover {
            background-color: #2c4c83;
            color: #FFFFFF;
            text-decoration: none;
        }
/*Header*/

.gridSection {
    background-image: url(../img/grid.png);
    background-repeat: repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

    .gridSection h2 {
        color: #333333;
        font-size: 24px;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
    }

.gridSubtitle {
    color: #999999;
    font-size: 17px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.gridServices {
    margin-top: 60px;
}

.serviceIconAllignment {
    text-align: center !important;
}

.serviceIcon {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 106px;
    width: 106px;
    display: inline-block;
}

.serviceIcon1 {
    background-image: url(../img/serviceIcon1.png);
}

.serviceIcon2 {
    background-image: url(../img/serviceIcon2.png);
}

.serviceIcon3 {
    background-image: url(../img/serviceIcon3.png);
}

.serviceIcon4 {
    background-image: url(../img/serviceIcon4.png);
}

.serviceLink a h3 {
    color: #333333;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    transition: color 0.2s ease-in-out;
}

.serviceLink a .serviceIcon {
}

.serviceLink a:hover .serviceIcon {
    background-position: -108px 0px;
}

.serviceLink a:hover h3 {
    color: #2d4d82;
    text-decoration: none;
}

.parallaxParent {
    overflow: hidden;
}


.linksSection {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/usefullBack.jpg);
    background-repeat: no-repeat;
    background-position: 0px -400px;
}

    .linksSection h2 {
        color: #ffffff;
        font-size: 22px;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        padding-bottom: 20px;
    }

.linksRow {
    padding-top: 60px;
}

.usefullLink {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    transition: opacity 0.2s ease-in-out;
}

    .usefullLink a {
        color: #ffffff;
    }

    .usefullLink:hover {
        opacity: 0.5;
    }

.infoRow {
    padding-top: 60px;
}

.infoBorder {
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 30px;
    cursor: pointer;
}

.infoRow {
    color: #ffffff;
}

    .infoRow a {
        color: #ffffff;
    }

.infoHover {
    transition: opacity 0.2s ease-in-out;
}

    .infoHover:hover {
        opacity: 0.5;
    }

.infoText {
    color: #ffffff;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 15px;
}

.gridSection2 {
    background-image: url(../img/grid.png);
    background-repeat: repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 125px;
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

    .gridSection2 h2 {
        color: #333333;
        font-size: 24px;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
    }

.contactFirst {
    padding-top: 40px;
}

.contactRow {
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 30px;
}

.contactLast {
    border-bottom: solid 0px #cccccc;
}

.contactRow a .contactText {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    padding-top: 5px;
    transition: color 0.2s ease-in-out;
}

.contactRow a:hover .contactText {
    color: #ffad2d;
}

/*Map*/
.paddingMap {
    padding-left: 85px;
}

.map {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.mapPoint1 {
    position: absolute;
    right: 48%;
    top: 46%;
}

.locationText1 {
    padding-top: 5px;
    text-align: center;
    vertical-align: top;
}

.locationPoint1a, .locationPoint1c, .locationPoint1d, .locationPoint1e, .locationPoint1f, .locationPoint1g, .locationPoint1h {
    display: inline-block;
    vertical-align: top;
}

.locationPoint1b, .locationPoint2b, .locationPoint3b, .locationPoint4b, .locationPoint5b {
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
}

.locationPoint3c {
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
}

.mapPoint2 {
    position: absolute;
    right: 26%;
    top: 53%;
}

.locationText2 {
    display: inline-block;
    vertical-align: top;
}

.locationPoint2 {
    display: inline-block;
    vertical-align: top;
}

.mapPoint3 {
    position: absolute;
    right: 42%;
    top: 65%;
}

.locationText3 {
    display: inline-block;
    vertical-align: top;
}

.locationPoint3 {
    display: inline-block;
    vertical-align: top;
}

.mapPoint4 {
    position: absolute;
    left: 30%;
    bottom: 14%;
}

.locationText4 {
    vertical-align: top;
}

.locationPoint4 {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.mapPoint5 {
    position: absolute;
    left: 10%;
    bottom: 17%;
}

.locationText5 {
    vertical-align: top;
    display: inline-block;
}

.locationPoint5 {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
}

.fa-map-marker {
    color: #2d4d82;
    font-size: 24px !important;
    transition: color 0.2s ease-in-out;
}

.mapPopup {
    color: #333333;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    transition: color 0.2s ease-in-out;
}

    .mapPopup:hover {
        color: #ffad2d;
        text-decoration: none;
        outline: none;
    }

        .mapPopup:hover .fa-map-marker {
            color: #ffad2d;
            text-decoration: none;
            outline: none;
        }

    .mapPopup:focus {
        text-decoration: none;
        outline: none;
    }

/*Map*/

/*Footer*/
.footerLinksSection {
    background-color: #2A6496;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Calibri;
    font-weight: 400;
}

    .footerLinksSection a {
        font-size: 14px;
        color: #FFFFFF;
        font-family: Calibri;
        font-weight: 400;
        font-size: 110%;
    }

        .footerLinksSection a:hover {
            color: #f8ac11;
            text-decoration: none;
        }

.footerLogo3 {
    padding-top: 20px;
}

footer .logoText {
    font-size: 80%;
    color: #fff;
}

footer img {
    max-width: 100%;
}

.footerCopyrightSection {
    background-color: #2A6496;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-family: Calibri;
    font-weight: 400;
    border-top: 1px solid #eee;
}

    .footerCopyrightSection a {
        color: #ffad2d;
        font-size: 12px;
        font-family: Calibri;
        font-weight: 400;
        text-decoration: underline;
    }

        .footerCopyrightSection a:hover {
            text-decoration: none;
        }

.footerSocial {
    text-align: right;
}

.socialIcon a {
    font-size: 12px;
    color: #ffffff;
    background-color: #ffad2d;
    border: solid 1px #ffad2d;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: block;
}

    .socialIcon a:hover {
        color: #ffad2d;
        background-color: #ffffff;
    }

.logosFooter2 {
    display: none;
}

/*Footer*/




.languagesMobile {
    display: none !important;
}

.footerLinks {
    padding-right: 30px;
}



/*e-services*/
.eServicesHeader {
    padding-top: 10px;
    padding-bottom: 25px;
    /*    background-image: url(../img/eServicesHeader.jpg);
    background-repeat: no-repeat;
    background-position: 0px -200px;*/
    height: 601px;
    background-color: #F4F4F400;
    background-repeat: no-repeat;
    /*opacity: 0.17;*/
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.topicCaption {
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding-top: 120px;
}

    .topicCaption h4 {
        color: #333;
    }

    .topicCaption h5 a {
        text-decoration: none;
    }

    .topicCaption h1 {
        font-size: 38px;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        color: #333;
        line-height: 38px;
    }

.btn-primary-e {
    border-radius: 5px;
    background-color: #FFAD2D;
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    transition: background-color 0.2s;
    text-transform: uppercase;
    border: 0px;
}

    .btn-primary-e:hover {
        background-color: #2c4c83;
        color: #FFFFFF;
        text-decoration: none;
    }

.gridSectionServices {
    background-image: url(../img/grid.png);
    background-repeat: repeat;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.caretService {
    text-align: right !important;
    padding-right: 0px;
    padding-top: 10px;
}



.eServiceContent {
    border-bottom: solid 1px #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .eServiceContent:last-child {
        border-bottom: none;
    }

.eServiceTitle {
    cursor: pointer;
    padding-top: 50px;
}

.gridSectionServices h2 {
    color: #333333;
    font-size: 17px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.eServiceTitle:hover h2 {
    color: #ffad2d;
}

.eServiceTitle:hover .fa {
    color: #ffad2d;
}

.eServiceAnswer {
    display: none;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.eServiceTitle h4 {
    color: #333 !important;
    padding-left: 25px;
}

.eServiceTitle:hover h4 {
    color: #ffad2d !important;
}

.eServiceTitle i {
    color: #333 !important;
}

.eServiceTitle img {
    margin-right: 10px;
}

.eServiceAnswer div {
    color: #333 !important;
}

#scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    height: 200px;
}

#scrollbar::-webkit-scrollbar {
    width: 14px;
}

#scrollbar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

#scrollbar::-webkit-scrollbar-thumb {
    background-color: #ffca77;
    border-radius: 100px;
}

/*e-services*/
/*=================== MEDIA QUERIES ===========================*/
@media (min-width: 1920px) {
    .linksSection {
        background-image: url(../img/usefullBack.jpg);
        background-repeat: no-repeat;
        background-position: 0px -600px;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block;
    }

    .nav > li > a {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 5px;
        margin-right: 5px;
        color: #333333;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

        .nav > li > a:hover, .nav > li > a:focus, .nav > .active a {
            background-color: transparent;
            color: #ffad2d;
            border: 0px;
            outline: none;
        }

    /* Underline From Center */
    .hvr-underline-from-center {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
    }

        .hvr-underline-from-center:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: 0;
            background: #ffad2d;
            height: 2px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
            left: 0;
            right: 0;
        }

    .active .hvr-underline-from-center:before {
        left: 0;
        right: 0;
    }
    /**/

}


@media (max-width: 1300px) {


    .nav > li > a {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
}

@media (max-width: 1190px) {


    .nav > li > a {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}

 

@media (max-width: 1200px) {
    .sliderSection {
        padding-top: 200px !important;
    }

    .topicSection {
        padding-top: 200px;
    }

    .logosCell {
        text-align: center;
    }

    .navCell {
        text-align: center;
    }

    .searchCell {
        text-align: center;
    }

    /*.navbar-header{
	display:none;
}*/

    .navbar {
        float: none !important;
        margin: auto !important;
        height: 270px;
        padding-top: 60px;
    }


        .navbar .navbar-nav {
            display: inline-block;
            /*float: none !important;*/
        }

        .navbar .navbar-collapse {
            text-align: center !important;
        }
}
/* tablets */
@media (max-width: 992px) {

    .footerSocial {
        text-align: left;
        padding-top: 20px;
    }

    .infoText {
        padding-left: 25px !important;
    }
}
/* small devices */
@media (max-width: 767px) {

    header {
        position: relative;
        padding-top: 0px;
    }

    .searchForm {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .searchField {
        width: 100%;
    }

    .searchCell {
        position: relative;
    }

    /*.searchButton {
			position: absolute;
			bottom: 10px;
			right: 20px;
		}*/

    .sliderSection {
        display: none;
    }

    .topicSection {
        padding-top: 0px;
    }

    .headerTextCell2 {
        display: none;
    }

    /* Underline From Center */
    .hvr-underline-from-center:before {
        height: 0px;
    }
    /**/

    /*Navbar Styles*/

    .logosCell {
        display: inline-block;
        float: left !important;
        padding-top: 20px;
    }

    .navbar-header {
        display: table !important;
        /*float:right !important;*/
        margin-top: 0px !important;
        /*width:50px !important;*/
    }

    .navbar .navbar-nav {
        float: left !important;
        width: 100%;
        text-align: left;
    }

    .navCell {
        padding: 0px;
        margin: 0px;
    }

    .navbar-default {
        border: 0px !important;
        border-radius: 0px;
        margin-top: 0px;
        background-color: #fff;
        width: 100%;
    }

    .navbar-collapse li {
        padding-left: 0px;
    }


    .navbar-toggle {
        border: none;
        margin: 0px !important;
        border-radius: 0px !important;
        background-color: #ffffff !important;
        padding-top: 45px;
        padding-right: 25px;
        padding-bottom: 45px;
        padding-left: 25px;
    }

        .navbar-toggle .icon-bar {
            background-color: #f8ac11 !important;
            width: 35px !important;
        }

        .navbar-toggle:hover,
        .navbar-toggle:focus {
            background-color: #f8ac11 !important;
        }

            .navbar-toggle:hover .icon-bar,
            .navbar-toggle:focus .icon-bar {
                background-color: #ffffff !important;
            }

    .navbar-collapse {
        overflow: hidden;
        text-align: left;
        margin: 0px !important;
        width: 100% !important;
        padding: 0px;
        background-color: #f8ac11;
    }

    .navbar-nav {
        margin: 0px !important; /*padding-top:10px !important; padding-bottom:10px !important;*/
    }

    .navbar .nav > li {
        width: 100% !important;
    }

        .navbar .nav > li a {
            padding-left: 15px;
            padding-right: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0px !important;
            color: #ffffff !important;
        }


    .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
        background-color: #db9506;
        color: #FFFfff;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        background-color: #db9506 !important;
        color: #FFFfff;
    }

    .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
        background-color: #f8ac11;
        color: #FFFfff;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFfff;
        padding-left: 40px !important;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #db9506;
            color: #FFFfff;
        }


    .navbar {
        margin-bottom: 0px;
        height: auto;
        min-height: 95px;
    }
    /*Navbar Styles*/

    .gridSection {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gridSection2 {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .gridServices {
        margin-top: 10px;
    }

    .gridSectionServices {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .serviceLink {
        padding-top: 30px;
    }

    .linksSection {
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url(../img/usefullBack.jpg);
        background-size: cover;
    }

    .linksRow {
        padding-top: 0px;
    }

    .usefullLink {
        padding-bottom: 20px;
        text-align: left;
    }

    .infoRow {
        padding-top: 0px;
    }

    .infoText {
        padding-top: 10px;
        padding-left: 15px !important;
    }

    .logosFooter {
        padding-top: 40px;
    }

    .map {
        margin-bottom: 30px;
    }

    .paddingMap {
        padding-left: 15px;
    }

    .contactFirst {
        padding-top: 20px;
    }

    .footerLinksSection {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .socialIcon a {
        font-size: 16px;
        width: 35px;
        height: 35px;
        padding-top: 5px;
    }

    .gridSection a:hover, .gridSection a:focus, .gridSection2 a:hover, .gridSection2 a:focus, .linksSection a:hover, .linksSection a:focus {
        text-decoration: none !important;
    }

    .searchCell {
    }

    .languagesMobile {
        display: block !important;
        border-top: solid 1px #db9506;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-left: 15px !important;
        margin-right: 30px !important;
    }

        .languagesMobile a {
            padding-left: 0px !important;
            padding-right: 10px !important;
        }

    .usefullPadding {
        padding-left: 0px;
        border-bottom: solid 1px #ffffff;
        padding-bottom: 20px;
    }

    .infoPadding {
        padding-left: 0px;
    }

    .infoText {
        padding-left: 0px !important;
    }

    .footerLinks {
        display: block;
        padding-right: 0px;
        padding-top: 5px;
    }

    .infoHeaderPadding {
        padding-left: 10px;
    }

    .mapText a {
        color: #666666;
        font-size: 12px;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
    }

    .mapText {
        padding-top: 5px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #cccccc;
    }

    .eServicesHeader {
        background-position: 0px -200px;
        /*height: 440px !important;*/
    }

    .topicCaption {
        padding-top: 40px;
    }

    .linksSection {
        background-position: center -400px;
    }
}


@media (max-width: 640px) {
    .headerTextCell {
        display: none;
    }

    .headerTextCell2 {
        display: block;
        text-align: left;
    }

    .logoDLSCell {
        padding-left: 15px;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {

    .logosCell {
        width: 80%;
    }

    .headerTextCell {
        display: block;
    }

    .headerTextCell2 {
        display: none !important;
    }

    .logoCyCell {
        display: none !important;
    }

    .logoDLSCell {
        display: none !important;
    }

    .searchCell {
        display: none !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #f8ac11 !important;
        width: 22px !important;
    }


    .paddingMap {
        padding-bottom: 20px;
    }




    .logosFooter {
        padding-top: 20px;
    }

    .logosFooter2 {
        display: block;
        padding-top: 20px;
    }

    .mapPoint1, .mapPoint2, .mapPoint3, .mapPoint4, .mapPoint5 {
        position: relative !important;
        display: block !important;
        left: 0px !important;
        top: 0px !important;
    }

    .locationPoint5 {
        display: none;
    }

    .locationText1, .locationText2, .locationText3, .locationText4, .locationText5 {
        padding-top: 5px;
        display: inline-block;
        vertical-align: top;
    }

    .locationPoint1a, .locationPoint1a, .locationPoint2, .locationPoint3, .locationPoint4, .locationPoint5b {
        padding-top: 0px;
        display: inline-block;
        vertical-align: top;
    }

    .searchField {
        width: 200px;
    }

    .gridSectionServices h2 {
        font-size: 14px;
        padding-left: 15px;
    }

    .eServiceAnswer {
        padding-left: 15px;
    }

    .topicCaption {
        padding-top: 60px;
    }

        .topicCaption h1 {
            font-size: 24px;
            line-height: 24px;
        }

    .eServicesHeader {
        padding-top: 20px;
        padding-bottom: 20px;
        /*height: 540px !important;*/
    }
}

@media (max-width: 420px) {
    .logosCell {
        width: 75%;
    }
}

@media (max-width: 360px) {

    .logosCell {
        width: 70%;
    }

    .topicCaption {
        padding-top: 20px;
    }

    .searchField {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .searchCell {
        text-align: right;
    }

    .searchForm {
        margin: 0px;
        padding: 0px !important;
        border-bottom: solid 1px #cccccc;
    }

    .searchBlock {
        display: inline-block;
        margin-right: 0px;
        vertical-align: text-top !important;
        /*min-width: 245px;*/
    }

    .searchField {
        outline: none;
        box-shadow: none;
        border-radius: 0px;
        width: 245px;
        height: 32px;
        border-bottom: 1px #ccc solid;
        background: none;
        margin-bottom: 15px;
        margin-left: -15px;
    }

    .searchButton {
        height: 30px;
        width: 30px;
        background: none;
        outline: none;
        border: 0px;
    }

    .fa-search {
        color: #d4d4d4;
        transition: color 0.4s;
    }

    .searchButton:hover .fa-search {
        color: #d4d4d4;
    }

    input:-internal-autofill-selected {
        background: none !important;
    }

    footer img {
        margin-bottom: 25px;
        width: auto;
        max-width: 100%;
    }

    footer .footerLinksSection .row > div, footer .footerCopyrightSection .row > div {
        padding-left: 5%;
        padding-right: 5%;
    }
}
